const github.com/vmihailenco/bufpool.steps
7 uses
github.com/vmihailenco/bufpool (current package)
buf_pool.go#L26: pools [steps]sync.Pool
pool.go#L10: steps = 20
pool.go#L13: maxSize = 1 << (minBitSize + steps - 1) // 32 mb
pool.go#L26: calls [steps]uint32
pool.go#L95: var calls [steps]uint32
pool.go#L132: if idx >= steps {
pool.go#L133: idx = steps - 1
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)